home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / MacHaskell 2.2 / com / lucid / README < prev    next >
Encoding:
Text File  |  1994-09-27  |  1.8 KB  |  40 lines  |  [TEXT/ttxt]

  1. This directory contains command scripts used for building Yale Haskell
  2. from the source distribution under Lucid Common Lisp.  We have been using
  3. Lucid version 4.0.0 on a Sparc, but we don't expect that there would
  4. be difficulties in building with Lucid on other platforms.
  5.  
  6. Developers need to source haskell-development instead of haskell-setup
  7. in the .cshrc file.
  8.  
  9. To rebuild the system:
  10.  
  11. * You need to define environment variables Y2 and LUCID to point to the
  12.   appropriate pathnames.  See the haskell-development script for details.
  13.  
  14. * Make sure that the environment variable PRELUDEBIN (in the 
  15.   haskell-setup script) points to $PRELUDE/lucid.
  16.  
  17. * Execute the "compile" script.  This will recompile all of the Lisp 
  18.   source files that make up the Yale Haskell system.  Compiled files are
  19.   put in the "lucid" subdirectory of each source directory.
  20.  
  21. * Execute the "build-prelude" script to compile the standard prelude.  
  22.   Note that this process tends to use up a huge amount of memory!
  23.  
  24. * Execute the "savesys" script to build a new executable.
  25.  
  26. * The new executable is initially called "bin/new-lucid-haskell".  Try
  27.   it out.  If it works, you should rename it to "bin/lucid-haskell".
  28.   Make sure that HASKELLPROG (in the haskell-setup script) is correct.
  29.  
  30. * If you want to build an executable with the X support, you'll also
  31.   need to run the "build-xlib" and "savesys-xlib" scripts.  You
  32.   need to edit these scripts to change the pathname of the file 
  33.   containing the CLX library (or suppress the load entirely if you
  34.   are using a Lisp executable with CLX pre-loaded.).
  35.  
  36. Important note for Emacs users: We've been told that Lucid provides
  37. some patches to GNU Emacs that cause the Haskell Emacs mode not to work.
  38. (Apparently these patches redefine some of the interprocess communication
  39. functions in an incompatible way.)  Use a standard Emacs.
  40.